home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 102 / CD-ROM 102.iso / aplic / 2sync / 2SyncSetup.exe / modules / sy / panel / scripts / DefineButton2_35 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2002-03-20  |  112 b   |  8 lines

  1. on(release){
  2.    call("../../codelib:returnsync");
  3.    tellTarget("../")
  4.    {
  5.       gotoAndStop(1);
  6.    }
  7. }
  8.